Introduction
The purpose of the OneStream REST API Implentation Guide is to provide information about the implementation, authentication and application programming interfaces available to extending the functionality of OneStream.
OneStream Web API is a RESTful web service designed to expose OneStream Data Automation functions when interacting with third-party API client applications.
OneStream Web API must be installed on a web server and be configured for external authentication providers supporting OAuth2.0/OpenID Connect authorization protocol. Identity Providers currently supported are Okta, Azure AD and PingFederate.
OneStream Web API is API client agnostic. It accepts and outputs data in JSON format making it possible for every API client application that supports this format to also interact with the service.